func google.golang.org/protobuf/internal/encoding/text.isDelim
5 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L553: if len(s) > 0 && !isDelim(s[0]) {
decode.go#L665: if r > utf8.RuneSelf || (r != '/' && isDelim(byte(r))) {
decode.go#L681: func isDelim(c byte) bool {
decode_number.go#L135: if len(s) > 0 && !isDelim(s[0]) {
decode_number.go#L206: if len(s) > 0 && !isDelim(s[0]) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)